| This is a template used to create a step definition for Cucumber for Java. |
| Predefined variables will take the following values: | ||
| annotation of the step definition (usually it's the keyword used to invoke the step like: Given, Then, And...). | ||
| regular expression generated to accept the step. | ||
| name of the generated method. | ||
| parameters of the generated method. | ||
| generated method body. | ||